
body {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Titillium Web', sans-serif;
}
body, p {
  font-size: 1rem;
  color: #4D4D4D;
  line-height: 1.6;
}

.section-title {
  font-size: 1.8rem;
  color: #7d1b76;
  margin-bottom: 0.75em;
}
h1 {
  font-size: 2.5rem;
  color: #F9B233; 
}

h1 span {
  color: #7d1b76;
}

h2, h3 {
  color: #7d1b76;
  font-size: 35px;
  font-weight: bold;
}

/* Paragraphs */
p {
  font-size: 1rem;
  color: #4D4D4D;
  margin-bottom: 1em;
}

a:hover{
  color: #EB9331;
}
.btn:hover {
    color: #fff;
    background-color:#EB9331;
    border-color: #EB9331;
}
/* Section Titles (e.g. "Our Philosophy") */
.section-title {
  font-size: 1.8rem;
  color: #7d1b76;
  margin-bottom: 0.75em;
}
.nav-link {
 font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    color: #231F20;
    text-decoration: none;
    padding: 0 10px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #EB9331;
  font-weight: bold;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 10px;
      padding-left: 10px;
  }
}
.carousel-section{
  background-image: url('../img/dotted.jpg');
  background-size: cover;
  background-position: center;
}
.section-banner h1{
     font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}

.purple-text {
  color: #89448f;
}
.orange-txt {
  color: #ea9331;
}

.text-white{
  color: #fff !important;
}
.text-left{
  text-align: left;
}
.banner-para{
   font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: auto;
  line-height: 30px;
}
.subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: auto;
  line-height: 30px;
  text-align: justify;
}
.button-orange {
  background-color: #EA9431;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
}
.know-more{
  color: #7d1b76;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.right-border{
    border-left: 3px solid #7d1b76;
    padding-left: 8px;
    margin-bottom: 0;
}
.counter-description {
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    line-height: 30px;
    color: #000;
}
.counter-text {
  font-size: 130px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #fb8500;
  line-height: 130px;
}
.bg-light-purple {
  background-color: #F0EBF5;
}

.highlight-text {
  color: #ea9331;
  font-weight: bold;
}
.hero {
  background: #f8f8f8;
  padding: 80px 0;
  text-align: center;
}

.hero h1 span {
  color: #6f42c1;
}

.section {
  padding: 80px 0;
}

.icon-box {
  text-align: center;
}

.icon-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.stats-box {
  color: #fff;
  padding: 40px;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-width: 1320px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
.stats-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/gray-bg.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;
}
hr {
  margin: 20px 0;
  width: 100% !important;
  border: 2px solid;
  padding: 0px;
  color: #afafaf;
}
.right-border img{
  width: 30%;
}
.enquire-now{
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #EB9331;
}
.know-more-btn{
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #EB9331;
  background: #fff;
  border: 1px solid #EB9331;
}
hr{
  margin: 15px 0;
  width: 50%;
    border: 2px solid;
}
.accordion-button:not(.collapsed) {
  color: #717171;
  background-color: #ffffff00;
}
.accordion-button {
  position: relative;
  color: #717171;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  font-size: 2rem;
  text-align: left;
  background-color: #ffffff00;
  border-top: 3px solid #717171;
  font-weight: 600;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: #ffffff00;
  border: 0;
  border-radius: 0px;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-body {
  padding: 1px 16px;
}
.accordion-body p{
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  color: #000;
  line-height: 24px;
}
.accordion-body span{
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.discover-section{
  background-image: url('../img/background.png');
  background-size: cover;
  background-position: center;
}
.video-section {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(4 9 40 / 63%);
  z-index: 2;
}

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

#playBtn {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  font-size: 0px;
  border: none;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#playBtn::before {
  content: '';
  position: absolute;
  left: 43%;
  top: 36%;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #333;
}

#playBtn:hover {
  background-color: rgba(255, 255, 255, 1);
}

.team-section img {
  border-radius: 10px;
}

.footer {
  background: #6f42c1;
  color: #fff;
  padding: 60px 0;
}

.contact-icons i {
  font-size: 20px;
  margin-right: 10px;
}

.small-box {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  height: 350px;
}

.content {
  padding: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: left;
}

.content h4 {
  margin: 0;
  font-size: 20px;
  font-weight:500;
  color: #000;
}
.owl-theme .owl-nav.disabled {
  margin-top: 0px;
  display: none;
}
.team-section{
  background-color: #7d1b76;
}
.image img{
  width: 100% !important;
  margin-bottom: 15px;
}

.card {
  background-size: cover;
  background-position: center;
  padding: 20px;
  color: white;
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.card .icon {
  position: absolute;
  top: 70px;
  left: 20px;
}
.icon img{
  width: 10%;
}
.card h3 {
  font-size: 20px;
  margin: 35px 0 10px;
  color: #fff;
  font-weight: 600;
}

.card p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.card a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
}

/* Custom backgrounds */
.card.yellow {
  border-radius: 60px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
  url('../img/surendra-lunia-section-image-1.jpg');
  border-left: 8px solid #c9abcd;
  border-bottom: 8px solid #c9abcd;
  margin: 0 10px;
}
.card.green {
  border-radius: 60px;
  background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/surendra-lunia-section-image-2.jpg');
  border-right: 8px solid #c9abcd;
  border-bottom: 8px solid #c9abcd;
  margin: 10px;
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #ffffff00;
  --bs-list-group-border-color: #747474;
  --bs-list-group-border-width: 3px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 0rem;
  --bs-list-group-item-padding-y: 0.6rem;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex
;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.contact-list h4{
  color: #ea9535;
  font-size: 20px;
  font-weight: 600;
}
.contact-list a{
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.contact-list p{
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
    margin-bottom: 20px;
}
.carousel-section .owl-dot{
  display: none !important;
}
.learn{
  color: #ea9535;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.philosphy-section{
  background-image: url('../img/layer-1.png');
  background-size: cover;
  background-position: center;
      padding: 70px 0;
}
@media (max-width: 786px) {
  .section-banner h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
}
 .text-right{
      text-align: left !important;
    }
.banner-para {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: auto;
    line-height: 24px;
}
  .orange-bg {
    background-color: #ea9331;
    color: white;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    margin: 5px;
    font-size: 2.8rem;
}
.heading {
  font-size: 2.8rem;
  font-weight: bold;
  color: #89448f;
}
h2, h3 {
  color: #7d1b76;
  font-size: 25px;
  font-weight: bold;
}
.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pe-4 {
  padding-right: 0rem !important;
}
.pe-5{
  padding-right: 0rem !important;
}
.know-more {
    color: #7d1b76;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px;
    text-decoration: none;
}
.section {
padding: 40px 10px;
}
.other-head {
    font-size: 22px !important;
    color: #000;
    font-weight: bold;
    line-height: 30px !important;
}
.other-text {
    font-size: 22px !important;
    color: #000;
    font-weight: 500;
}
.stats-box {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
.orange-text {
  font-size: 28px !important;
  color: #ea9331;
}
.footer {
  padding: 30px 0 !important;
}
    .footer-nav a {
        font-weight: 600 !important;
        font-size: 14px !important;
        margin: 0 10px !important;
    }
    .text-end {
    text-align: left !important;
}
.footer-divider .copy-text {
  font-weight: 500 !important;
  font-size: 14px !important;
}
.footer-divider .copy-text {
  color: black;
  font-weight: 600;
  white-space: nowrap;
  font-size: 20px;
  width: 100%;
}
    .subtitle {
       font-size: 16px !important;
        line-height: 26px !important;
        margin-bottom: 20px !important;
        font-weight: 400 !important;
        text-align: left !important;
    }
.px-5 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.ps-5 {
  padding-left: 1rem !important;
}
.content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.contact-list p {
  color: #090909;
  font-size: 18px !important;
  font-weight: 400;
}
.content-part {
    padding-top: 0px !important;
}
.about-banner h1 {
    font-size: 35px !important;
    font-weight: bold;
    color: #fff;
}
.about-banner p {
    font-size: 16px !important;
    color: #fff;
      line-height: 26px !important;
}
.service-banner h1 {
    font-size: 35px !important;
    font-weight: bold;
    color: #fff;
}
.service-banner p {
    font-size: 16px !important;
    color: #fff;
    line-height: 26px !important;
}
.contact-banner h1 {
    font-size: 35px !important;
    font-weight: bold;
    color: #fff;
}
.contact-banner p {
    font-size: 16px !important;
    color: #fff;
    line-height: 26px !important;
}
.career-banner h1 {
    font-size: 35px !important;
    font-weight: bold;
    color: #fff;
}
.career-banner p {
    font-size: 16px !important;
    color: #fff;
        line-height: 26px !important;
}
.mt-5 {
    margin-top: 1rem!important;
}
.section-heading h3 {
    font-size: 35px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.img-icon {
    width: 7% !important;
    margin-right: 0px !important;
}
.card-container {
    height: 260px !important;
    margin-bottom: 10px !important;
}
.overlay-text {
    padding: 10px !important;
    margin: 15px 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}
.overlay-text-gray {
    padding: 10px !important;
    margin: 15px 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}
.bottom-box {
    padding: 5px 12px !important;
    width: 250px !important;
}
.bottom-box .title {
    font-size: 13px !important;
}
.bottom-box .cta {
    font-size: 11px !important;
}
.bottom-box-gray {
    padding: 5px 12px !important;
    width: 250px !important;
}
.bottom-box-gray .title {
    font-size: 13px !important;
}
.bottom-box-gray .cta {
    font-size: 11px !important;
}
    .nav-pills .nav-link {
        padding: 5px 5px !important;
        font-size: 12px !important;
    }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    font-size: 12px !important;
}
.r-border {
    display: none !important;
}
   .leadership .card-container {
        height: 440px !important;
        margin-bottom: 10px !important;
    }
    .leadership .overtext {
    padding: 10px !important;
    margin: 15px 15px !important;
    font-size: 16px !important;
    height: 230px !important;
}
.bottombox .title {
    font-size: 18px !important;
    margin-bottom: 0px;
}
.bottombox .desig {
    font-size: 12px !important;
}
.technology .know-more {
    padding: 15px 10px !important;
    font-size: 18px !important;
    background: #f0ffff00 !important;
}
.technology .outline {
    padding: 15px 10px !important;
    font-size: 18px !important;
}
.ps-4 {
    padding-left: 1rem !important;
}
.sec-head {
    margin-top: 20px !important;
    font-family: 22px !important;
}
.mb-4 {
    margin-bottom: 0.5rem !important;
}
.owl-dots {
  display: none !important;
}
.scroll-box img{
  width: 20% !important;
  margin-bottom: 10px !important;
}
.growth img{
  width: 20% !important;
  margin-bottom: 10px !important;
}
.form-grid {
    display: block !important;
}
.apply-now ::placeholder {
  color: #fff;
}
.navbar-nav{
  margin-top: 10px;
}
.nav-link {
    padding: 5px 0px !important;
}
.img-wd{
  width: 30%;
}
.banner {
    padding: 20px 0px !important;
}
.c-banner {
    padding: 20px 0px !important;
}
.banner h1 {
    font-size: 20px !important;
}
.c-banner h1 {
    font-size: 20px !important;
}
    .banner p {
        font-size: 12px !important;
        line-height: 18px !important;
        margin-bottom: 5px;
    }
.c-banner p {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 5px;
}
.bottom-box {
    padding: 5px 15px !important;
    width: 100% !important;
}
.logo-img {
    width: 30% !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}
.logo-img1 {
    width: % !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}
.logo-img2 {
    width: 23% !important;
    margin-bottom: 25px !important;
    margin-top: 35px !important;
}
.philosphy-section {
    padding: 40px 10px !important;
}
.owl-theme .owl-nav [class*=owl-] {
    font-size: 12px;
    margin: -175px !important;
    padding: 0px 5px;
}
.mob-dis{
  display: none !important;
}
.desk-dis{
  display: block !important;
}
.owl-theme .owl-nav {
    display: block !important;
}
}
.footer {
  background-color: #89448f;
  text-align: center;
  padding: 60px 10px;
  color: white;
  font-family: Arial, sans-serif;
}

.footer-nav {
  margin-bottom: 20px;
}

.footer-nav a {
 
  color: white;
  text-decoration: none;
  margin: 0 20px;
  font-weight: 500;
  font-size: 20px;

}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.footer-divider .line {
  flex: 1;
  height: 3px;
  background-color: black;
  max-width: 260px;
}

.footer-divider .copy-text {
    color: black;
    font-weight: 600;
    white-space: nowrap;
    font-size: 16px;
}
.orange-text{
  font-size: 53px;
  color: #ea9331;
}
.owl-theme .owl-dots .owl-dot span {
    width: 60px;
    height: 8px;
    margin: 5px 7px;
    background: #d9d9d9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ea9331;
}
.philosphy .subtitle {
    font-weight: 400 !important;
    font-size: 16px;
}
.banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  color: white;
  padding: 120px 0px;    
}
.banner h1{
  font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.banner p{
  font-size: 17px;
  color: #fff;
  line-height: 30px;
}
.banner-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
}
.c-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  color: white;
  padding: 150px 0px;    
}
.c-banner h1{
  font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.c-banner p{
  font-size: 17px;
  color: #fff;
  line-height: 30px;
}
.content-part{
  padding-top: 0px;
}
.team-section h4{
  font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
}
.team-section .design{
  font-weight: 600;
    font-size: 16px;
    color: #ea9331;
}
#innovation {
    background-image: url(../img/layer-4.png);
    background-size: cover;
    background-position: center;
}
.section-heading h3{
    font-size: 45px;
    margin-bottom: 25px;
}
.text{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: auto;
    line-height: 30px;
}
.img-icon{
    width: 6%;
    margin-right: 20px;
}
   .card-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 370px;
    }

    .card-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    
    .overlay-text {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease;
    }
    
    .card-container:hover .overlay-text {
      opacity: 1;
      visibility: visible;
    }
    
.overlay-text {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    margin: 15px 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    background-color: rgb(233 233 233 / 85%);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8e8e8;
  padding: 15px;
  width: 100%;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.bottom-box .title {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
    padding: 10px;
}
.bottom-box .cta {
  display: flex;
  align-items: center;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
    .bottom-box .cta .icon {
      width: 18px;
      height: 18px;
      background-color: black;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      margin-right: 6px;
    }
    .commit h6{
      color: #000;
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 15px;
      margin-top: 15px;
    }
    .nav-pills{
      justify-content: center !important  ;
    }
    .commitment-bg{
      background: #7d1b76;
    padding: 30px 20px;
    }
    .commitment-htext{
      font-size: 22px;
      color: #fff !important;
      line-height: 40px;
      text-align: center;
      }
    .r-border{
    border-right: 7px solid #fff !important;
    border-radius: 1px;
    height: 70px;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #fff0;
    border: 2px solid #ea9535;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
}
.nav-pills .nav-link {
    background: #ea9535;
      padding: 5px 20px;
     border: 2px solid #ea9535;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #fff
}
.nav-item{
      margin: 0px 5px;
}

.leadership .overtext{
    padding: 15px;
    text-align: left;
}
.leadership .overtext p{
 font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    color: #000;
}
/* .leadership img {
    position: absolute;
    border-radius: 30px;
} */
.bottombox {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0 15px;
    width: 100%;
}
.bottombox .title {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0px;
    color: #7d1b76;
}
.bottombox .desig {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    color: #ea9535;
    text-align: left;
}
.leadership .card-container {
    height: 370px;
    border-radius: 30px;
    border: 1px solid #ea9535;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
}
.technology .know-more{
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: #EB9331;
    border-bottom: 2px solid #b3b3b3;
}
.technology .know-more:hover{
    background-color: #71717100;
    border: 0;
}
.technology hr {
    margin: 25px 0;
    width: 50%;
    border: 1px solid #c9c9c9;
    opacity: 1;
}
.technology .outline {
    border-radius: 30px;
    padding: 10px 23px;
    font-size: 22px;
    font-weight: 600;
    color: #EB9331;
    background: #fff;
    border: 2px solid #EB9331;
}
.service-banner {
  background: url('../img/service-banner.jpg');
 background-size: cover;
  display: flex;
  align-items: end;
  color: white;
  height: 100vh; 
  padding: 90px 0px;    
}
.service-banner h1{
  font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.service-banner p{
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.service-banner  .banner-btn {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
}
.logo-img{
    width: 24%;
    margin-bottom: 25px;
}
.logo-img1{
  width: 300px;
    margin-bottom: 25px;
}
.logo-img2{
    width: 25%;
    margin-bottom: 25px;
}
.sec-head{
  font-size: 24px;
  color: #000;
}
.gray-bg{
      background: #ececec;
    padding: 15px;
}
.scroll-box{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  height: 400px;
}
.scroll-head{
font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
.scroll-descp{
    font-size: 16px;
    color: #000;
    margin-top: 30px;
    line-height: 26px;
    font-weight: 500;
}
.apply-now{
    background: #a46cad;
    padding: 80px 0;
}
  .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px 40px;
    }

    .form-group {
      display: flex;
      flex-direction: column;
    }

    label {
          font-weight: bold;
    margin-bottom: 8px;
    color: #ffffff9c;
    font-size: 14px;
    margin-top: 8px;
    }

#apply-now select, input[type="text"], input[type="file"] {
    padding: 10px 0px;
    border: none;
    border-bottom: 2px solid white;
    background: transparent;
    color: white;
    font-size: 16px;
    outline: none;
    font-weight: bold;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
    border-radius: 0;
}
    select option {
      color: black;
    }

    .helper-text {
      font-size: 12px;
      margin-top: 5px;
      color: #ddd;
    }

    .buttons {
      margin-top: 40px;
      text-align: center;
    }

 .buttons button {
    background-color: #ea9331;
    border: none;
    padding: 4px 35px;
    margin: 0 10px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    color: white;
}
    .buttons button:nth-child(2) {
      background-color: transparent;
      border: 3px solid #ea9331;
    }

    input[type="file"]::-webkit-file-upload-button {
      visibility: hidden;
    }

    .contact-banner{
    background: url('../img/contact-banner.jpg');
  background-size: cover;
  display: flex;
  align-items: end;
  color: white;
  height: 100vh; 
  padding: 90px 0px;    
}
.contact-banner h1{
  font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.contact-banner p{
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
    .white-border{
          border-bottom: 2px solid #fff !important;
    }
#contact-us select,
    input[type="text"],
    input[type="email"],
    textarea {
      padding: 10px 0px;
      border: none;
      border-bottom: 2px solid #333;
      background: transparent;
      color: #000;
      font-size: 16px;
      outline: none;
          font-weight: bold;
    }

  #contact-us  select option {
      color: black;
    }

   #contact-us .helper-text {
      font-size: 12px;
      color: #800080; /* purple */
      margin-top: 5px;
    }

 #contact-us   .full-width {
      grid-column: span 2;
    }

 #contact-us   textarea {
      resize: vertical;
      min-height: 80px;
    }
 #contact-us .buttons button[type="reset"] {
      background-color: transparent;
      border: 2px solid #f9a825;
      color: #333;
    }
 .career-banner{
    background: url('../img/career-banner.jpg');
  background-size: cover;
  display: flex;
  align-items: end;
  color: white;
  height: 100vh; 
  padding: 60px 0px;    
}
.career-banner h1{
  font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.career-banner p{
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.other-head{
    font-size: 38px;
    color: #000;
    font-weight: bold;
    line-height: 55px;
}
.other-text{
  font-size: 38px;
    color: #000;
    font-weight:500;
}
.gray-bg .owl-theme .owl-dots .owl-dot span {
    width: 100px;
    height: 8px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
    margin: 0;
}
.gray-bg .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #7d1b76;
}
.portfolio {
  background: url('../img/yellow-bg.jpg');
 background-size: cover;
  display: flex;
  align-items: center;
  color: white;
  padding: 20px;
  height: 172px;
}
.know-more-btn{
    color: #000;
    font-size: 18px;
    border: 1px solid #000;
    font-weight: 600;
    text-decoration: none;
    margin-top: 15px;
    background: #ffe4c400;
    border-radius: 5px;
}
.text-end{
  text-align: right;
}
.bottombox i{
  font-size: 30px;
  color: #0077B5;
}
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu {
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 0.5rem 0;
}

.dropdown-item {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    border: none;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border-radius: 6px;
}
 .dropdown-toggle.active,
.dropdown-item.active {
    font-weight: bold;
    color: #f9a825 !important;
    background-color: #fff !important;
}
.business-heading{
      color: #7d1b76;
    font-size: 35px;
    font-weight: 500;
}
.business-heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 6px;
  background-color: #873a9b;
  margin: 8px auto 0 auto;
  border-radius: 2px;
}
.fontb{
  font-weight: bolder;
}
.owl-prev-icon, .owl-next-icon {
  font-size: 30px;
  color: #fff;
  background: #333;
  padding: 5px 12px;
  border-radius: 50%;
  cursor: pointer;
}
.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 15px;
}
.owl-dots {
  text-align: center;
  margin-top: 15px;
}
.owl-dot span {
  background: #f9a825 ;
}
.owl-dot .active span {
  background: #f9a825 !important;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: -45px;
    padding: 4px 7px;
    background: #f9a825;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #f9a825;
    color: #FFF;
    text-decoration: none;
}
.desk-dis{
  display: none;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    font-size: 17px !important;
    color: #7d1b76;
    font-weight: bold;
}
.modal-body p{
  color: #000;
  font-size: 16px;
}
.leader-box {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 10px;
    list-style: none;
    border-radius: 10px;
    margin: 8px 0;
        
}
.big-height{
height: 525px;
margin-bottom: 10px;
}
.leader-content {
    text-align: center;
}
.leader-img {
    border-radius: 50%;
    width: 130px !important;
    margin: 0 auto;
}
.leader-info .leader-title {
    color: #ffffff;
    margin: 5px 0 2px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
}
.leader-info span {
    text-transform: uppercase;
    font-style: normal;
    display: block;
    color: #ea9535;
    margin-bottom: 8px;
    font-size: 12px;
}
.leader-descrp {
    height: 250px;
    overflow: auto;
    color: #ffffff;
    text-align: left;
    padding: 0 3%;
}
.scrollbox {
  max-height: 220px; 
  overflow-y: auto;
  padding-right: 15px; 
}
.scrollbox::-webkit-scrollbar {
  width: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 5px;
}
.scrollbox::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-margin{
      margin-right: 30px;
        overflow: hidden;
    width: auto;
    height: auto;
}
.leader-info p {
    color: #ffffff;
     font-size: 14px;
}
.leader-box i{
  font-size: 30px;
}
.small-height{
  height: 260px;
    width: 250px;
    margin-right: 15px;
}
.destination-three-column > .row > [class*=col-] {
    padding: 0;
}
.destination-three-column .row .row [class*=col-] {
    padding: 7px;
}
.destination-three-column > .row {
    margin: 0 -7px;
}
.destination-three-column .row .row {
    margin: 0;
}
.desti-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 8px;
    position: relative;
}
.desti-item .desti-image {
    position: relative;
}
.desti-item .desti-image:before {
    background-color: #101F46;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.overlay-desti-item .desti-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.desti-content {
    padding: 20px;
}
.desti-content h3{
        font-size: 20px;
    font-weight: 500;
}
.overlay-desti-item .desti-content h3 {
    color: #ffffff;
    margin-bottom: 4px;
}
figure {
    margin: 0;
}
.thanku-heading {
    text-align: center;
    font-size: 72px !important;
    color: #7d1b76;
}
.thanku-sub {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}
.error {
    color: #d00;
    font-size: 0.85rem;
    margin-top: 4px;
    display: block;
  }
  .invalid {
    border-color: #d00 !important;
  }
  .logo-img3{
    width: 55%;
  }

  @media (max-width: 786px) {
     .navbar-brand {width: 80% !important;}
	 .dropdown-menu {
        position: static !important;
        float: none;
        background-color: #f8f9fa;
        border: none;
        box-shadow: none;
        padding-left: 1rem;
    }

    .dropdown-submenu > .dropdown-menu {
        margin-left: 1rem;
		padding: 3px 0;
    }

    .dropdown-toggle::after {
        float: right;
        margin-top: 0.5rem;
    }

    .dropdown-item {
        padding: 0.5rem 1rem;
    }

    .dropdown-submenu > .dropdown-toggle:after {
        transform: rotate(90deg);
    }
  }
  
  .logo-img3{
           width: 65% !important;
        margin-bottom: 25px !important;
        margin-top: 25px !important;
  }
    .navbar-brand img{
    width: 30%;
  }
      .map-container {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

    .map-container img {
        width: 100%;
        height: auto;
    }

    .map-marker {
        position: absolute;
        width: 10px;
        height: 10px;
        border: 1px solid #ea9535;
        background-color: #8d4490;
        border-radius: 50%;
        cursor: pointer;
    }

    .map-marker::after {
        content: attr(data-name);
        position: absolute;
        background: rgba(0, 0, 0, 0.75);
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        white-space: nowrap;
        font-size: 16px;
        opacity: 0;
        transition: opacity 0.3s;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
    }

    .map-marker:hover::after {
        opacity: 1;
    }
    .mail-text{
      color: #fff !important;
      text-decoration: none !important;
      font-size: 20px;
    }
    .text-right{
      text-align: right;
    }